Fix empty fields in first hypervisor log line
authorHans van Kranenburg <hans@knorrie.org>
Thu, 3 Jan 2019 21:03:06 +0000 (22:03 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Sun, 28 Feb 2021 18:53:12 +0000 (19:53 +0100)
commit2a6f233f786ce428dd9ce7fde61cbb6e9a1ddd8e
treee5b3fd6b8f2a0d9659ff789a4c5adeb543d6a1b9
parent4c549c0481641faf3bdf14352bd27f998ab263a9
Fix empty fields in first hypervisor log line

Instead of:

    (XEN) Xen version 4.11.1 (Debian )
    (@)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 19:08:37 UTC 2019

I'd like to see:

    (XEN) Xen version 4.11.1 (Debian 4.11.1-1~)
    (pkg-xen-devel@lists.alioth.debian.org)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 22:44:00 CET 2019

The substitution was broken since the great packaging refactoring,
because the directory in which the build is done changed.

Also, use the Maintainer address from debian/control instead of the most
recent changelog entry. If someone wants to use the address to ask a
question, they will end up at the team mailing list, which is better
than an individual person.
xen/Makefile